Click or drag to resize

Message Constructor (Message)

Initializes a new instance of the Message class from the specified MIME message.

Namespace:  Independentsoft.Msg
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public Message(
	Message mimeMessage
)

Parameters

mimeMessage
Type: Independentsoft.Email.MimeMessage
The MIME message.
See Also